home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Sep 90 / MacApp.Tech$ 9⁄21⁄90 / 2039-ETO & Linker Upgrade-Sep90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  2.3 KB  |  60 lines  |  [TEXT/GEOL]

  1. Item    7394094                         21-Sept-90        03:33PDT
  2.  
  3. From:   AUST0338                        AUPtnr - Tactics Int'l,Shillito,IDV
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    ETO & Linker Upgrade - Final
  8.  
  9. To:         MACAPP.TECH$
  10. From:       AUST0338 - David Shillito
  11. Date:       21st September 1990
  12.  
  13. Subject:    ETO & Linker Upgrade - Final
  14.  
  15. Fellow MacAppers,
  16.  
  17. I finally got the new MPW and linker installer and it seems that my jump table
  18. problems are now cured (until I eat up all that global space and have to try
  19. out the new 32-bit everything features). The only worry is the caution against
  20. using MPW 3.2 beta for building production releases of programs but I am not
  21. having any problems yet.
  22.  
  23. So this is all that is necessary:
  24.  
  25. 1. Install the MPW QR1 release from the ETO CD, using the supplied installer.
  26.  
  27. 2. Since the release notes and some messages from MACAPP.TECH$ warn against it,
  28. dont use the Pascal 3.2 beta compiler but copy the file 'Pascal' from the Tools
  29. folder in the MPW 3.1 area on the ETO CD to the Tools folder within the new MPW
  30. Folder.
  31.  
  32. 3. Take note of and act on the various items mentioned in the release notes
  33. including changing the order of certain runtime libraries in your MaMake file.
  34.  
  35. 4. Add the "-wrap" option to your linker options, eg. by adding the following
  36. line to the file "Startup" in your MacApp folder
  37.     SET MABuildDefaults "{MABuildDefaults} -Link -wrap"
  38.  
  39. 5. Modify MacApp using the suggestions in Keith Rollin's latest patches for MPW
  40. 3.2 compatibility. I havent downloaded 2.0p2 but of the 4 patches suggested in
  41. 2.0p1 I needed 1 and 2, 3 was out of date and 4 was not necessary.
  42.  
  43. 6. Force a recompile of EVERYTHING, including MacApp, since many interfaces
  44. have changed.
  45.  
  46.  
  47. I hope this helps those who have been waiting to see if the jump table problem
  48. really could be solved.
  49.  
  50. By the way, ETO seems pretty good but personally I havent got much from it
  51. other than this linker. All the rest of the "Tools" software I already had,
  52. except C++ which I dont need. Most of the rest of the "Essentials" stuff is
  53. already on the developer series CDs. Of course thee is a lot of beta stuff but
  54. I dont like living that dangerously. The disk is nearly full too - its amazing
  55. how many ways you can package the technical notes: MacWrite, HyperCard, 411,
  56. Stuffit archive.
  57.  
  58. David Shillito
  59.  
  60.